home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Holt Researcher: American History
/
Holt Researcher: American History.iso
/
pc
/
modules
/
search.dxr
/
00035_free find text entry score script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-18
|
397 b
|
17 lines
on keyDown
global gSearchObj
if the key = RETURN then
poppedMenu = getPoppedMenu(getMenuBankObj(gSearchObj))
if objectp(poppedMenu) then
performFunction(poppedMenu)
end if
dontPassEvent()
else
if the commandDown and the shiftDown and (the key = "/") then
alert(string(getMenuBankObj(gSearchObj).pBankStatusList))
else
pass()
end if
end if
end